Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As suggested here:
https://forum.shotcut.org/t/copy-single-filters/13909
This PR adds a new button next to the existing "Copy Filters" Button. This new button is called "Copy Selected Filter".
![image](https://private-user-images.githubusercontent.com/821968/402296451-ba2d431c-f281-4fb2-91a5-d238fd6cac3c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDk0NDQsIm5iZiI6MTczOTI0OTE0NCwicGF0aCI6Ii84MjE5NjgvNDAyMjk2NDUxLWJhMmQ0MzFjLWYyODEtNGZiMi05MWE1LWQyMzhmZDZjYWMzYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNDQ1NDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01NzQwZTZjNDFjYzFkYzZlMDZhZGI0ZGI1NTUzNzE3MmI3YjNiMzU5ZTZiZGRhNmMzNTNmYTlhZGE4YmZkM2FjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.9A95GpASzXHk6_IXkrq8xMWRTPewCqtbc2hmwEssr3M)
In the forum discussion, the conversation converged on the idea of adding multi-select to the filter list so that the user can choose what filters to copy. I am in support of this. However, I only implemented single filter copy in this pull request. The reasons that I did not implement multi-select are:
Eventually, I decided that the extra complexity and risk of regression is too great and I changed to this simpler single selection implementation.